home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gHFpreviousline, ghfathleteno, gHFposition, ghfmaxathleteno, gHFline, gHFsearchcastmember
- set vLine to the mouseLine
- if (vLine > 0) and (vLine <= ghfmaxathleteno) then
- hilite line vLine of field gHFsearchcastmember
- set gHFline to vLine
- end if
- if gHFpreviousline = vLine then
- set gHFposition to vLine
- if (gHFposition > 0) and (gHFposition <= ghfmaxathleteno) then
- set the puppet of sprite 34 to 0
- set gHFline to vLine
- getposition()
- else
- set gHFposition to 0
- end if
- end if
- set gHFpreviousline to vLine
- end
-